* lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros's
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 18 Aug 2010 10:21:43 +0000 (12:21 +0200)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 18 Aug 2010 10:21:43 +0000 (12:21 +0200)
commit7a1641b35f5b6fd10cd7d893bb09005619b32f6e
treeb5fe8710aedad3d991baca5e4d8d3487d9064208
parent94f209a972f433b43a55f438dc1471c049bb189f
* lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros's
declarations that are useful before running the macro.
* src/eval.c (Fdefmacro): Only obey one declaration.
lisp/ChangeLog
lisp/emacs-lisp/autoload.el
src/ChangeLog
src/eval.c